'Declaration Public Function Find( _
ByVal pointРасположение на объекте.As System.Windows.Point _
) As T
public T Find(
System.Windows.Point point
)
public: T* Find(
System.Windows.Point point
)
public:
T^ Find(
System.Windows.Point point
)
Parameters
- point
- Расположение на объекте.
Return Value
Найденный объект или null, если объект не найден.